Skip to content

Bump scrapy from 2.14.2 to 2.15.0#271

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/scrapy-2.15.0
Closed

Bump scrapy from 2.14.2 to 2.15.0#271
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/scrapy-2.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps scrapy from 2.14.2 to 2.15.0.

Release notes

Sourced from scrapy's releases.

2.15.0

  • Experimental support for running without a Twisted reactor
  • Experimental httpx-based download handler

Full Changelog

Changelog

Sourced from scrapy's changelog.

Scrapy 2.15.0 (2026-04-09)

Highlights:

  • Experimental support for running without a Twisted reactor

  • Experimental httpx-based download handler

Backward-incompatible changes


-   The built-in HTTP :ref:`download handlers <download-handlers-ref>` now
    raise Scrapy-specific exceptions instead of implementation-specific ones,
    see :ref:`download-handlers-exceptions`. This can affect user code that
    handles downloader exceptions, such as ``process_exception()`` methods of
    custom :ref:`downloader middlewares <topics-downloader-middleware-custom>`.
    (:issue:`7208`)
  • In order to fix a long-standing bug with handling of asynchronous storages,
    the following changes were made to media pipeline classes, which can impact
    some of the user code that subclasses them or calls their methods directly:

    • overrides of :meth:scrapy.pipelines.media.MediaPipeline.media_downloaded
      and :meth:~scrapy.pipelines.files.FilesPipeline.file_downloaded can now
      return coroutines

    • :meth:~scrapy.pipelines.files.FilesPipeline.media_downloaded,
      :meth:~scrapy.pipelines.files.FilesPipeline.file_downloaded and
      :meth:~scrapy.pipelines.images.ImagesPipeline.image_downloaded now
      return coroutines

    (:issue:2183, :issue:6369, :issue:7182)

  • Request and Response objects: __slots__ and setter changes:

    • :class:scrapy.http.Request and :class:scrapy.http.Response now
      define __slots__. Assigning arbitrary attributes to instances (for
      example, response.foo = 1) will raise AttributeError. Store
      per-request/response data in the request/response meta mapping
      instead of attaching new attributes to the objects.

    • If you maintain custom Request or Response subclasses that
      relied on dynamic instance attributes, either add '__dict__' to
      your subclass __slots__ to allow dynamic attributes, or migrate
      per-instance state to meta or explicit documented attributes.

    • The setters for headers, flags and cookies no longer coerce
      falsy values into None. For example, request.headers = {} now
      stores an empty :class:scrapy.http.headers.Headers instance (not
      </tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/scrapy-2.15.0 branch 2 times, most recently from 839acdb to 48331b8 Compare April 20, 2026 09:31
Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.14.2 to 2.15.0.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.14.2...2.15.0)

---
updated-dependencies:
- dependency-name: scrapy
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/scrapy-2.15.0 branch from 48331b8 to 3c4f6c1 Compare April 20, 2026 12:41
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #279.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/uv/scrapy-2.15.0 branch April 27, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants